ToArray Method (ListBase<T>)
Copies the elements of the
ListBase<T> to a new array.
'Declaration
Public Function ToArray() As
'Usage
Dim instance As ListBase(Of T)
Dim value() As
value = instance.ToArray()
Return Value
An array containing copies of the elements of the
ListBase<T>.